home *** CD-ROM | disk | FTP | other *** search
- <WIZIF not ParameterExists( 'URLPath' )>
- <WIZSET URLPath = ''>
- <WIZELSE>
- <WIZSET URLPath = Trim( URLPath )>
- </WIZIF>
-
-
- <CFSET IndexCollection = "$${Collection}">
- <CFSET IndexDirectory = "$${WorkingDirectory}">
- <CFSET IndexRecurse = "<WIZIF Recursive>YES<WIZELSE>NO</WIZIF>">
- <CFSET IndexExtensions = "$${Extensions}">
- <CFSET IndexLanguage = "$${Language}">
-
- <CFINDEX
- collection="#IndexCollection#"
- action="REFRESH"
- type="PATH"
- key="#IndexDirectory#\"
- extensions="#IndexExtensions#"
- recurse="#IndexRecurse#"
- language="#IndexLanguage#"
- <WIZIF URLPath NEQ ''>
- urlPath="$${URLPath}"
- </WIZIF>
- >
-
- <HTML><HEAD>
- <TITLE>$${ApplicationName} - Indexing Finished</TITLE>
- </HEAD><BODY bgcolor="ffffff">
-
- <FONT size="+1">$${ApplicationName}</FONT> <BR>
- <FONT size="+2"><B>Indexing Finished</B></FONT>